home *** CD-ROM | disk | FTP | other *** search
- TCrossTab component.
- TCrossTab is data-aware component, user can set the databasename, tablename,
- primaryfield, secondaryfield and valuefield. Turn the active flag to 'TRUE' in
- design time, the result will be shown on the grid.
- This component will be installed to 'Sample' component pallet page.
-
- Key Properties :
-
- Active:
- Values set of (True,False).
- If True, crosstab will be linked to database.
- CTPrimaryField:
- Should be a column field of a Database table. This field will be used
- as major field of cross table.
- CTPrimarySum:
- Valeus Set of (True,False)
- If True, a sum field for PrimaryField will be added at the end.
- CTSecondaryField:
- Should be a column field of a Database table. This field will be used
- as minor field of cross table.
- CTSTyle:
- Values set (ctVertical,ctHorizontal)
- ctVertical: The PrimaryField will be listed vertically.
- ctHorizontal: The PrimaryField will be listed horizontally.
- CTSValueField:
- Should be a column field of a Database table. This field will be used
- as sum field of PrimaryField and SecondField. This field should be
- calculatable.
- DatabaseName: See TTable component.
- TableName: See TTable component.
-
- Methods:
- Refresh: This method will retrieve data from database, and republish it to
- the cross table.
- Events:
- No events available.
-
-
- Files include:
- crosstab.dcu -- binary component file.
- crosstab.txt -- description.
- crosstab.dcr -- icon for TCrosstab component.
-
- Notes:
- This is a beta release. Any question please send E-Mail to
- Charles Li li@loop.com.tw
- Loop Telecommunication International Inc.
-